home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 46 / Amiga Format CD46 (1999-10-20)(Future Publishing)(GB)[!][issue 1999-12].iso / -in_the_mag- / reader_requests / scilab / doc / intro / macros / ex6.1.sci < prev    next >
Text File  |  1999-09-16  |  139b  |  11 lines

  1. m1=1;m2=1;r1=1;r2=1;
  2. g=9.8;
  3. t0=0;
  4. t=0:.1:1.5;
  5. z0=[%pi/2;%pi/2;0;0];
  6. getf('dpend.bas');
  7. comp(dpend);
  8. comp(pp);
  9. z=ode(z0,t0,t,dpend);
  10. pp(z);
  11.